mesh11sd: update to version 5.1.2
authorRob White <[email protected]>
Fri, 23 May 2025 17:41:56 +0000 (18:41 +0100)
committerJosef Schlehofer <[email protected]>
Sat, 31 May 2025 22:02:28 +0000 (00:02 +0200)
Maintainer: Rob White [email protected]

Compile tested: All

Run tested: arm_cortex-a7_neon-vfpv4, mipsel_24kc, mips_24kc, aarch64_cortex-a53; On 23.5, 24.10 and master/snapshot.

Description: mesh11sd (5.1.2)

This is a minor bugfix release.
 * Improved reading of the uci config, eliminating some discrepancies.
 * Consistently use mesh_phy_index, rather then mesh_phyindex as a config option.

The full changelog can be seen here:
https://github.com/openNDS/mesh11sd/blob/v5.1.2/ChangeLog

Signed-off-by: Rob White <[email protected]>
(cherry picked from commit 1f778718192740eaf85228f6134fff72dd1915c8)

mesh11sd/Makefile

index c040891b0bf612482f4ca8ff3580b59cba72dc45..3a572e07fc9ad1c39b39a4f57c98f6d69b16dcc5 100644 (file)
@@ -8,7 +8,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=mesh11sd
-PKG_VERSION:=5.1.0
+PKG_VERSION:=5.1.2
 PKG_RELEASE:=1
 
 PKG_MAINTAINER:=Rob White <[email protected]>
@@ -17,7 +17,7 @@ PKG_LICENSE_FILES:=LICENSE
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://codeload.github.com/opennds/mesh11sd/tar.gz/v$(PKG_VERSION)?
-PKG_HASH:=3d28d0f660bcefe065c346b4b5a144b6b05010a61f0b10e5ab78066fa7c6b941
+PKG_HASH:=9cf25ca9cbc54d0c57ceca671634ef1835f6975668287e8eb6712fe4ce8f70ba
 
 include $(INCLUDE_DIR)/package.mk